home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Dec Etrnls.cpt / December.EXT.rsrc / 4DTE_15002 < prev    next >
Text File  |  1988-02-10  |  430b  |  23 lines

  1. GetField(Var1;Var2;Var3;Var4)
  2. Var1, Var2, Var4 are of type Integer.
  3. Var3 is of type String.
  4.  
  5. GetField returns the name and type of the field as specified by Var1, (the selected file), and Var2, (the selected field of file Var1).
  6.  
  7. Var3 contains the name of the field.
  8.  
  9. Var4 contains the type of the field.
  10.  
  11. Results for Var4:
  12.  
  13. 0  Alpha
  14. 1  Real
  15. 2  Text
  16. 3  Picture
  17. 4  Date
  18. 5  Reserved
  19. 6  Reserved
  20. 7  Subfile
  21. 8  Integer
  22. 9  LongInteger
  23.